*** empty log message ***
authorjames_sherring <james_sherring@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 Dec 2003 00:54:53 +0000 (00:54 +0000)
committerjames_sherring <james_sherring@f51c46e8-681c-474f-0cfe-069cfd0219fb>
Fri, 5 Dec 2003 00:54:53 +0000 (00:54 +0000)
st2gpx/istorage/istorage-make.exe [new file with mode: 0644]
st2gpx/istorage/istorage.exe [new file with mode: 0644]
st2gpx/istorage/its-make.exe [new file with mode: 0644]
st2gpx/libexpat.dll
st2gpx/src/st2gpx.h

diff --git a/st2gpx/istorage/istorage-make.exe b/st2gpx/istorage/istorage-make.exe
new file mode 100644 (file)
index 0000000..2d32888
Binary files /dev/null and b/st2gpx/istorage/istorage-make.exe differ
diff --git a/st2gpx/istorage/istorage.exe b/st2gpx/istorage/istorage.exe
new file mode 100644 (file)
index 0000000..a9741a1
Binary files /dev/null and b/st2gpx/istorage/istorage.exe differ
diff --git a/st2gpx/istorage/its-make.exe b/st2gpx/istorage/its-make.exe
new file mode 100644 (file)
index 0000000..bc9b7cf
Binary files /dev/null and b/st2gpx/istorage/its-make.exe differ
index 2ae9c0c50bfc40fc300a42e5d09e7408ba2a0843..4c925de3579d7bc74ea0c85f4d096d0070e09da1 100644 (file)
Binary files a/st2gpx/libexpat.dll and b/st2gpx/libexpat.dll differ
index 5e3fbf34c6b345b4eb8e3a1dbc8ac9dd24936f64..03e7fe178a6fcb2181f57e6ef1052b4d96529a19 100644 (file)
@@ -28,8 +28,8 @@
 extern "C" {
 #endif
 
-#define MEMCHK
-#define DEBUG_STDOUT
+//#define MEMCHK
+//#define DEBUG_STDOUT
 //#define MEMTRACE
 
 #ifdef _DEBUG
@@ -42,21 +42,12 @@ extern "C" {
 #endif
 
 #ifndef M_PI
-#define M_PI 3.14159265358979323846 
+#define M_PI 3.14159265358979323846
 #endif
 
 typedef unsigned short WCHAR;
 
-//#define ST_VERSION_AUTOROUTE2001     1
-//#define ST_VERSION_STREETSTRIPS2000 2
-//#define ST_VERSION_STREETSTRIPS2001 3
-
-//#define ST_VERSION_AUTOROUTE2002     4
-//#define ST_VERSION_AUTOROUTE2003     5
-//#define ST_VERSION_STREETSTRIPS2002 6
-//#define ST_VERSION_STREETSTRIPS2003 7
-
-typedef struct st2gpx_options 
+typedef struct st2gpx_options
 {
        // 0 - only errors
        // 1 also the structured data output, e.g. line point info
@@ -103,7 +94,7 @@ extern struct f_jour_header;
 extern struct contents;
 
 #endif // __cplusplus
+
 //st2gpx.c
 extern struct st2gpx_options opts;
 void * xmalloc(size_t size);